/* General Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	/*background: url("../images/pattern-bg-13.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;*/
	background-color: #F1F1F1;
	color: #444444;
    font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #444444;
	color: #FFFFFF;
}

::selection {
	background-color: #444444;
	color: #FFFFFF;
}

a {
	color: #444444;
	text-decoration: none;
}

#content a {
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #0D74B5;
	text-decoration: underline;
}

a img {
	border: 0px;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

#content ul {
	margin-left: 40px;
}


blockquote,
blockquote::before {
	color: #444444;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #444444;
	color: #FFFFFF;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444444;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

#sidebar h3 {
	color: #444444;
}

/* Author
--------------------------------------------- */
.author-info {
	
}
.author-name {
	color: #444444;
	font-size: 32px;
	margin-bottom: 15px;
}
.author-bio {
	margin-bottom: 10px;
}
.author-image-wrapper {
	
}

 #author_appearances {
 	margin: 20px 0px;
 }

#appearances_wrapper {
    border: 1px solid #05456F;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px 0px;
}
table.appearances {
}
table.appearances tbody {
    border-bottom: 0;
}
table.appearances th, table.appearances td {
	padding: 2px 10px;
}

table.appearances th {
	background-color: #0D74B5;
	color: #FFFFFF;
	font-weight: 600;
}

table.appearances .notes-row {
	border-top: 1px dotted #0D74B5;
	padding-bottom: 10px;
}
table.appearances tr:nth-child(4n), table.appearances tr:nth-child(4n+1) {
	background-color: #FFFFFF;
}
table.appearances tr:nth-child(4n) td {
	padding-top: 10px;
}
table.appearances tr:nth-child(4n) {
	border-top: 1px solid #0D74B5;
}
table.appearances tr:nth-child(1) {
	background-color: transparent;
}
table.appearances tr:last-child {
	background-color: transparent;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0px;
	max-width: 100%;
	box-sizing: border-box;
}

img.alignleft {
	float: left;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

img.alignright {
	float: right;
	text-align: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* Forms
--------------------------------------------- */

#top-search {
    background-color: #0D74B5;
    padding: 5px 10px 10px;
}

#top-search-form {
	display: table-row;
}

#top-search-form .search-input {
	display: table-cell;
}

#top-search-form .search-input-field {
	width: 100%;
	display: table-cell;
}

fieldset {
	border: none;
}
 
.sideSearchIcon:active, .sideSearchIcon:focus {
  outline: none;
  border: 0;
}

.content input:not([type=checkbox]):not([type=radio]):not([type=image]):not([type=submit]),
#top-search input:not([type=image]),
.content select,
.content textarea {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #DDDDDD inset;
	color: #444444;
	font-size: 14px;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
}

.content input[type="checkbox"], .content input[type="radio"] {
	width:auto;
}

input:focus,
textarea:focus {
	border: 1px solid #444444;
	outline: none;
}

::-moz-placeholder {
	color: #444444;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #444444;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #0D74B5;
	color: #FFFFFF;
	cursor: pointer;
	padding: 10px 20px;
	width: auto;
	display: inline-block;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-top: 10px;
}

button:hover,
.button.current,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: #05456F;
	color: #FFFFFF;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

@media only screen and (max-width: 850px) {
  #top-menu li:hover > ul {
    background-color: #FFFFFF;
  }
	
  #top-menu li:hover > ul a {
    background-color: #FFFFFF;
  }
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #DDDDDD;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 0;
}

/*
Main Structure and Layout
---------------------------------------------------------------------------------------------------- */

.header-wrapper {
	box-sizing: border-box;
	float: left;
	/*overflow: auto;*/
	/*position: relative;*/
	padding: 0px 0px 0px 0px;
	width: 65%;
}

.header {
	/*min-height: 65px;
	overflow: auto;
	padding: 0px;*/
}

.title-area {
	/*box-sizing: border-box;
	float: left;
	width: 80%;*/
	text-align: left;
}

h1.site-title {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 8px;
	margin: 0;
}

h1.site-title a {
	color: #444444;
}

h1.site-title a:hover {
	color: #0D74B5;
	text-decoration: none;
}

.footer-wrapper {
	width: 100%;
	overflow: auto;
}

.footer {
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: left;
	padding: 0;
	margin: 0;
}

.footer .copyright {
	line-height: 2;
	text-align: left;
}

.footer .copyright a {
	padding: 0px;
}

.footer p {
	margin: 0px;
}

.footer a {
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	display: inline-block;
}

.footer a:link {
	color: #444444;
}

.footer a:visited {
	color: #444444;
} 

.footer a:hover {
	color: #0D74B5;
}

.header-nav-wrapper,
.footer-nav-wrapper {
	background-color: #F1F1F1;
	margin: 0 auto;
	max-width: 100%;
}

.header-nav-wrapper {
	border-bottom: 1px solid #4F514E;
	clear: both;
	margin: 0 auto;
	max-width: 1150px;
	overflow: auto;
	padding: 20px 0px;
	width: 100%;
}

.header-nav-wrapper::after  {
	clear: both;
    content: " ";
    border-top: 1px solid #4F514E;
    display: block;
    height: 5px;
    margin: 0px auto;
    width: 100%;
}

/*.header-nav-wrapper::after {
	content: " ";
	background-color: #0D74B5;
	border-top: 1px solid #0D74B5;
	box-shadow: 0 5px 0 #0D74B5;
	display: block;
	height: 5px;
	width: calc( 100% - 90px);
	margin: 0 auto;
}*/

.header-social {
	box-sizing: border-box;
	float: left;
	padding: 0;
	width: 35%;
	padding: 22.5px 0px 0px 0px;
}

.header-social .social-icons {
	text-align: right;
}

.header-social .social-icons span.follow-me-text {
	display: none;
}

.header-social .social-icons a {
	margin: 0 2.5px;
	text-align: center;
}

.header-social .social-icons .fa-brands {
	font-size: 16px;
	height: 27.5px;
	line-height: 1.75;
	width: 27.5px;
}

.footer-nav-wrapper {
	background-color: #0D74B5;
	/*margin: 0px auto 0px auto;
	max-width: 1150px;*/
	overflow: auto;
	padding: 30px 0px 20px 0px;
	width: 100%;
}

.footer-nav-wrapper .footer-nav-secondary-wrapper {
	margin: 0px auto 0px auto;
	max-width: 1150px;
}

/*.footer-nav-wrapper::before  {
    content: " ";
    background-color: #FFFFFF;
    border-top: 5px solid #0D74B5;
    box-shadow: 0 1px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 0px auto;
    width: 100%;
}*/

/*.footer-nav-wrapper .footer-wrapper {
	box-sizing: border-box;
	float: left;
	width: 30%;
}

.footer-nav-wrapper .nav-wrapper {
	box-sizing: border-box;
	float: left;
	width: 70%;
	background-color: #0D74B5;
	margin-top: 0px;
}*/

.footer-nav-wrapper .nav-wrapper #top-menu a,
.footer-nav-wrapper .nav-wrapper #top-menu a:hover {
    border-bottom: none;
}

/*.footer-nav-wrapper::before {
	content: " ";
	background-color: #FFFFFF;
	border-top: 1px solid #0D74B5;
	box-shadow: 0 5px 0 #0D74B5;
	display: block;
	height: 5px;
	width: 100%;
}*/

.footer-social {
	padding: 40px 0px;
	text-align: center;
}

.footer-social .social-icons span.follow-me-text {
	display: none;
}

.footer-social .social-icons a {
	margin: 0 2.5px;
}

.footer-nav-wrapper .nav-wrapper {
	padding: 0px;
}

.footer-nav-wrapper .nav-wrapper #top-menu a {
	border-bottom: 5px solid transparent;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 0;
}

.footer-nav-wrapper .nav-wrapper #top-menu a:hover {
	border-bottom: 5px solid #FFFFFF;
	color: #FFFFFF;
}

.footer-nav-wrapper .nav-wrapper #top-menu ul {
	display: none;
}

.header-nav-wrapper #top-menu a,
.footer-nav-wrapper #top-menu a {
	font-family: 'Lato', sans-serif;
}

/*
Navigation
---------------------------------------------------------------------------------------------------- */

#header-menu {
	list-style: none;
	width: 100%;
	text-align: right;
	background-color: #F1F1F1;
	border-bottom: 1px solid #4F514E;
	overflow: auto; 
  margin: auto;
  max-width: 1150px;
}

#header-menu li {
	float: right;
}

#header-menu a {
	border: none;
	color: #444444;
	display: block;
	padding: 4px 10px;
	position: relative;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
}

#header-menu a:hover {
	color: #0D74B5;
}

.nav-wrapper {
	box-sizing: border-box;
	background-color: #F1F1F1;
	float: right;
	/*position: relative;*/
	padding: 0px 0px 0px 0px;
	width: 100%;
	clear: both;
}

.main-navigation {
	margin: 0 auto;
	max-width: 1150px;
	line-height: 1.625;
	text-align: right;
}

.main-navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.main-navigation .sub-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#top-menu li {
	display: inline-block;
	text-align: center;
}

#top-menu li:last-of-type a {
	padding-right: 0px;
}

#top-menu a {
	border-bottom: 5px solid transparent;
	color: #444444;
	display: block;
	padding: 20px 15px 20px 15px;
	position: relative;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#top-menu a:hover {
	border-bottom: 5px solid #0D74B5;
	color: #444444;
	text-decoration: none;
}

#top-menu ul li.current > a {
	text-decoration: underline;
}

#top-menu ul {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	margin-top: -5px;
	margin-left: -1px;
}

#top-menu ul a {
	background-color: #0D74B5;
	border: 2px solid #05456F!important;
	border-top: none;
	font-size: 15px;
	padding: 10px 10px!important;
	position: relative;
	width: 200px;
	color: #FFFFFF;
	text-transform: none;
}

#top-menu ul a:hover {
	background-color: #05456F;
	color: #FFFFFF;
}

#top-menu ul ul {
	border-top: 2px solid #05456F;
	margin: -45px 0 0 221px;
	width: auto;
}

#top-menu ul ul a {
	height: 23px;
}

#top-menu li:hover {
	position: static;
}

#top-menu li:hover > ul {
	left: auto;
	opacity: 1;
}


/*
Internal Page Layout
---------------------------------------------------------------------------------------------------- */

.main-container {
	background-color: #F1F1F1;
	/*box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.25);*/
	max-width: 1150px;
	height: auto;
	margin: 0 auto;
	overflow: auto;
}

/*.main-container::before {
    content: " ";
    background-color: #FFFFFF;
    border-top: 5px solid #0D74B5;
    box-shadow: 0 1px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 0px auto 20px auto;
    width: calc( 100% - 90px );
}*/

body.home .main-container {
	background-color: transparent;
}

body.home .main-container.custom.blog {
	box-shadow: none;
	background-color: #F1F1F1; 
}
/*
body.home .main-container.custom.blog .home-top-content::after {
	display: none;
}*/

/*body.home .main-container.custom.blog::before {
	content: " ";
    background-color: #FFFFFF;
    border-top: 1px solid #0D74B5;
    box-shadow: 0 5px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 0px auto 20px auto;
    width: 92.5%;
}*/

body.home .main-container.custom.blog #blog_wrapper { 
	border-bottom: 1px solid #0D74B5;
	color: #444444;
}

body.home .main-container.custom.blog #blog_wrapper h2 {
	color: #0D74B5;
}

body.home .page-content {
	min-height: 200px;
	border: none;
}

body.hide-sidebar .content {
	padding: 20px;
}

.promotions-top {
	padding: 0;
	background-color: #0D74B5;
	color: #fff;
    margin: 0px auto 0px auto;
    max-width: 1150px;
    text-align: center;
}

.promotions-top p {
	padding: 10px 0px;
}

#page {
	width: 70%;
	box-sizing: border-box;
	height: auto;
	float: right;
	padding: 20px 35px;
}

body.hide-sidebar #page {
	width: 100%;
	padding: 0px;
	border: none;
}

.page-content article {
	padding: 35px;
}

/*
Internal Sidebar Layout
---------------------------------------------------------------------------------------------------- */

#sidebar {
	border-right: 1px solid #4F514E;
	color: #444444;
	width: 30%;
	box-sizing: border-box;
	height: auto;
	float: left;
	padding: 20px;
	background-color: #F1F1F1;
	overflow: hidden;
}

#sidebar img.border-image {
	outline: 1px solid #DDDDDD;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

#sidebar .social-icons .fa-brands {
	background-color: #0D74B5;
}

#sidebar .social-icons .fa-brands:hover {
	background-color: #05456F;
}

/*
Home Page Layout
---------------------------------------------------------------------------------------------------- */

body.home .main-container {
	background-color: #F1F1F1;
	/*box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.25);*/
	margin: 0 auto;
	max-width: 1150px;
	padding: 25px 0px;
}

body.home .page-content {
	width: 100%;
}

.home-top-content {
	border-bottom: 1px solid #4F514E;
	min-height: 260px;
	overflow: auto;
	color: #444444;
	font-size: 18px;
	line-height: 1.75;
	padding-bottom: 15px;
}

/*.home-top-content::after  {
    content: " ";
    background-color: #FFFFFF;
    border-top: 5px solid #0D74B5;
    box-shadow: 0 1px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 15px auto 0px auto;
    width: calc( 100% - 90px );
}*/

/*.home-middle-content::before  {
    content: " ";
    background-color: #FFFFFF;
    border-top: 5px solid #0D74B5;
    box-shadow: 0 1px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 15px auto 0px auto;
    width: calc( 100% - 90px );
}*/

.home-top-content:nth-of-type(1) {
	color: #FFFFFF;
}

.home-top-content:nth-of-type(1) .wrap {
	background-color: #0D74B5;
}

.home-top-content:nth-of-type(1) .button {
	background: #222222;
	border: 2.5px solid #FFFFFF;
}

.home-top-content:nth-of-type(1) .button:hover {
	background: #05456F;
	border: 2.5px solid #FFFFFF;
}

.home-top-content:nth-of-type(1) .fa-brands {
	background-color: #222222;
	border: 1px solid #FFFFFF;
}

.home-top-content:nth-of-type(1) .fa-brands:hover {
	color: #FFFFFF;
	background-color: #05456F;
}

.home-top-content:nth-of-type(1) .author-bio a {
	color: #222222;
	text-decoration: underline;
}

.home-top-content:nth-of-type(1) .author-bio a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.home-top-content .wrap {
	/*background-color: #222222;*/
	max-width: 1150px;
	margin: 20px auto 40px auto!important;
	overflow: auto;
	padding: 35px;
}

.home-top-content .author-name {
	color: #FFFFFF;
}

.home-top-content .author-image-wrapper img.border-image {
	outline: 5px solid #FFFFFF;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	margin: 20px auto 20px auto;
}

.home-top-content .button {
	background: #0D74B5;
}

.home-top-content .button:hover {
	background: #05456F;
}

.home-top-content .wrap .two-thirds,
.home-top-content .wrap .one-third {
	background-color: #0D74B5;
}

/*.home-top-content .social-icons {
	display: none;
}*/

.home-middle-content {
	min-height: 300px;
	overflow: auto;
	color: #444444;
	position: relative;
	font-size: 18px;
	line-height: 1.75;
}

/*.home-middle-content::before {
    content: " ";
    background-color: #FFFFFF;
    border-top: 1px solid #0D74B5;
    box-shadow: 0 5px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 0px auto 20px auto;
    width: 92.5%;
}*/

.home-middle-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

.home-bottom-content {
	min-height: 300px;
	overflow: auto;
	color: #444444;
	font-size: 18px;
	line-height: 1.75;
}

/*.home-bottom-content::before {
    content: " ";
    background-color: #FFFFFF;
    border-top: 1px solid #0D74B5;
    box-shadow: 0 5px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 0 auto;
    width: 92.5%;
}*/

.home-bottom-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

.home-bottom-content .button {
	background: #0D74B5;
}

.home-bottom-content .button:hover {
	background: #05456F;
}

#featured-box .image img, #popular-box .image img {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #DDDDDD;
    height: auto;
    max-width: 100%;
    min-width: 165px;
    min-height: 260px;
}

#featured-box .image, 
#popular-box .image  {
    float: left;
    margin: 0 25px 0px 0;
    text-align: left;
}

#featured-box h2 {
    color: #0D74B5;
}

#featured-box .button,
#popular-box .button {
    background-color: #0D74B5;
}

#featured-box .button:hover,
#popular-box .button:hover {
    background-color: #05456F;
    text-decoration: none;
}

#featured-box .name, 
#popular-box .name {
    font-weight: bold;
	font-size: 32px;
}

#featured-box .name a,
#popular-box .name a {
    color: #0D74B5;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

/*
Social Icons
---------------------------------------------------------------------------------------------------- */

.social-icons {
	text-align: center;
}

.social-icons span {
	clear: both;
	font-weight: 400;

}

.social-icons span.follow-me-text {
	display: block;
}

.social-icons span img {
	width: 35px!important;
	max-width: 35px!important;
	position: relative!important;
	top: 0px!important;
	left: -15px!important;
}

.social-icons .fa-brands {
	height: 35px;
	width: 35px;
	font-size: 18px;
	color: #ffffff;
	background-color: #0D74B5;
	border-radius: 2px;
	line-height: 2;
}

.social-icons .fa-brands:hover {
	background-color: #05456F;
}

.fa-goodreads .goodreadstext {
  	font-family:helvetica; 
	position: relative; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 25px;
	line-height: 2px;
	margin-top: 0px; 
	margin-left: 10px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Mobile Nav
---------------------------------------------------------------------------------------------------- */

.slicknav_menu {
	border-top: 1px solid #4F514E;
	display:none;
	background: transparent!important;
	padding: 10px!important;
}

.slicknav_btn {
	margin: 0 auto!important;
	float: none!important;
	background-color: transparent!important;
	text-align: center!important;
	width: 100px!important;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none!important;
	color: #444444!important;
	font-family: 'Lato', sans-serif;
	font-weight: 500!important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #444444!important;
}

.slicknav_nav {
	text-align: left!important;
	text-transform: uppercase!important;
}

.slicknav_nav a {
	color: #444444!important;
	font-family: 'Lato', sans-serif;
	font-weight: normal!important;
}

.slicknav_nav a:hover {
	background-color: transparent!important;
	color: #0D74B5!important;
}

/*
Category Pages
---------------------------------------------------------------------------------------------------- */

.pagination.top a.change_view {
	padding: 0px 10px;
}

.pagination.top a.change_view:first-of-type {
	border-right: 1px solid #DDDDDD;
}

.product-list-item {
	margin-bottom: 20px;
	padding: 20px 0px;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	overflow: auto;
}

.product-list-item .image {
	float: left;
	margin: 0px 15px 0px 0px;
}

.product-grid-item {
	float: left;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
	padding: 20px 0px;
}

.product-grid-item:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.product-grid-item h3 {
	font-size: 18px;
}

.product-list-item .button,
.product-grid-item .button {
	padding: 10px 15px;
	width: auto!important;
	font-size: 15px;
}

.product-list-item .details .skus,
.product-grid-item .details .skus {
	display: none;
}

.product-list-item h3 a, 
.product-grid-item h3 a {
	text-decoration: none!important;
}

/*
Single Product Pages
---------------------------------------------------------------------------------------------------- */

#WA_Store_Cart_1_Quantity_Add {
	width:55px !important;
}

h1#ProductName {
	font-size: 36px;
	margin-bottom: 5px;
}

.product-details-subtitle {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-seriesname {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-author {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-publisher {
	font-size: 18px;
	margin-bottom: 15px;
}

.bookseller-buy {
	font-weight: 700;
	margin-bottom: 5px;
}

.product-details .image {
	margin-right: 20px;
}

.product-details .options .price {
	display: none;
	margin-bottom: 10px; 
}

.product-details #ProductLongDesc {
	padding: 20px 0px;
}

.product-details #ProductLongDesc ol,
.product-details #ProductLongDesc  ul {
	margin-left: 25px;
}

.product-details .options .skus {
	display: none;
}

.product-book-bottom {
	font-size: 13px;
	text-align: center;
}

img#ProductImage {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

/*
Featured & Popular Side-by-Side Home Page Layout
---------------------------------------------------------------------------------------------------- */

#fma-wrapper .wrap,
.split-home.content .wrap,
#info-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

.split-home.content {
	background-color: #222222;
	/*border-top: 1px solid #4F514E;*/
	color: #FFFFFF;
}

/*.split-home.content::before {
	content: " ";
    background-color: #FFFFFF;
    border-top: 5px solid #0D74B5;
    box-shadow: 0 1px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 10px auto 10px auto;
    width: 92.5%;
}
*/
.split-home.content #featured-box .name a,
.split-home.content #popular-box .name a {
	color: #FFFFFF;
}

.split-home.content #featured-box .button,
.split-home.content #popular-box .button {
	background: #222222;
	border: 2.5px solid #FFFFFF;
	text-decoration: none;
}

.split-home.content #featured-box .button:hover,
.split-home.content #popular-box .button:hover {
	background: #0D74B5;
	border: 2.5px solid #FFFFFF;
	text-decoration: none;
}


/*
Book Above Bio Home Page Layout
---------------------------------------------------------------------------------------------------- */

.page-content.book-above-bio .home-top-content {
	border-bottom: none;
}

.page-content.book-above-bio .home-middle-content {
	border-bottom: 1px solid #4F514E;
}

.page-content.book-above-bio .home-top-content {
	color: #FFFFFF;
}

.page-content.book-above-bio .home-top-content .wrap {
	background-color: #0D74B5;
}

.page-content.book-above-bio .home-top-content .button {
	background: #222222;
	border: 2.5px solid #FFFFFF;
}

.page-content.book-above-bio .home-top-content .button:hover {
	background: #05456F;
	border: 2.5px solid #FFFFFF;
}

.page-content.book-above-bio .home-top-content .fa-brands {
	background-color: #222222;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.page-content.book-above-bio .home-top-content .fa-brands:hover {
	background-color: #05456F;
	color: #FFFFFF;
}

.page-content.book-above-bio .home-top-content .author-bio a {
	color: #222222;
	text-decoration: underline;
}

.page-content.book-above-bio .home-top-content .author-bio a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*.page-content.book-above-bio .home-top-content::before {
    content: " ";
    background-color: #FFFFFF;
    border-top: 5px solid #0D74B5;
    box-shadow: 0 1px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 20px auto 10px auto;
    width: calc( 100% - 95px );
}

.page-content.book-above-bio .home-top-content::after {
	display: none;
}*/

/*
Carousel Home Page Layout
---------------------------------------------------------------------------------------------------- */

.page-content.carousel-home .home-top-content,
.page-content.carousel-home .home-top-content h2 {
	color: #FFFFFF;
}

.page-content.carousel-home .home-top-content .wrap {
	background-color: #0D74B5;
}

.page-content.carousel-home .home-top-content .button {
	background: #222222;
	border: 2.5px solid #FFFFFF;
}

.page-content.carousel-home .home-top-content .button:hover {
	background: #05456F;
	border: 2.5px solid #FFFFFF;
}

.page-content.carousel-home .home-top-content .fa-brands {
	background-color: #222222;
	border: 1px solid #FFFFFF;
}

.page-content.carousel-home .home-top-content .fa-brands:hover {
	color: #FFFFFF;
	background-color: #05456F;
}

.page-content.carousel-home .home-top-content .author-bio a {
	color: #222222;
	text-decoration: underline;
}

.page-content.carousel-home .home-top-content .author-bio a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*.page-content.carousel-home .home-middle-content::before {
	display: none;
}

.page-content.carousel-home .home-top-content::before {
	content: " ";
    background-color: #FFFFFF;
    border-top: 5px solid #0D74B5;
    box-shadow: 0 1px 0 #0D74B5;
    display: block;
    height: 5px;
    margin: 20px auto 10px auto;
    width: calc( 100% - 95px );
}*/

/*
Carousel Above Bio Home Page Layout
---------------------------------------------------------------------------------------------------- */

.page-content.carousel-bio-book .home-top-content,
.page-content.carousel-bio-book .home-top-content h2 {
	color: #FFFFFF;
}

.page-content.carousel-bio-book .home-top-content .wrap {
	background-color: #0D74B5;
}

.page-content.carousel-bio-book .home-top-content .button {
	background: #222222;
	border: 2.5px solid #FFFFFF;
}

.page-content.carousel-bio-book .home-top-content .button:hover {
	background: #05456F;
	border: 2.5px solid #FFFFFF;
}

.page-content.carousel-bio-book .home-top-content .fa-brands {
	background-color: #222222;
	border: 1px solid #fff;
}

.page-content.carousel-bio-book .home-top-content .fa-brands:hover {
	color: #FFFFFF;
	background-color: #05456F;
}

.page-content.carousel-bio-book .home-top-content .author-bio a {
	color: #222222;
	text-decoration: underline;
}

.page-content.carousel-bio-book .home-top-content .author-bio a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
Message Above Books Home Page Layout
---------------------------------------------------------------------------------------------------- */

.page-content.message-above-books .home-top-content:nth-of-type(1) {
	color: #444444;
}

.page-content.message-above-books .home-top-content:nth-of-type(1) .wrap {
	background-color: #F1F1F1;
}

.page-content.message-above-books .home-top-content:nth-of-type(1) .button {
	background: #0D74B5;
	border: none;
}

.page-content.message-above-books .home-top-content:nth-of-type(1) .button:hover {
	background: #05456F;
	border: none;
}

/*
Books Above Message Home Page Layout
---------------------------------------------------------------------------------------------------- */

.page-content.books-above-message .home-top-content:nth-of-type(1) {
	color: #444444;
}

.page-content.books-above-message .home-top-content:nth-of-type(1) .wrap {
	background-color: #F1F1F1;
}

.page-content.books-above-message .home-top-content:nth-of-type(1) .button {
	background: #0D74B5;
	border: none;
}

.page-content.books-above-message .home-top-content:nth-of-type(1) .button:hover {
	background: #05456F;
	border: none;
}

/*
Blank Home Page Layout
---------------------------------------------------------------------------------------------------- */

#home-wrapper .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px 45px;
}

body.home .main-container.custom {
	box-shadow: none;
}

/*
Sidebar Items
---------------------------------------------------------------------------------------------------- */

#featured-side {
	margin: 30px 0px;
}

#featured-side .image img {
	display: block;
	float: none;
	margin: 0 auto;
}

#featured-side h3.name {
	margin: 10px 0px;
	text-align: center;
	font-size: 20px;
}

#featured-side h3.name a {
	color: #444444;
	text-decoration: none;
}

#featured-side h3.name a:hover {
	color: #0D74B5;
}

#sidebar .widget {
	margin: 30px 0px;
}

/*
Blog
---------------------------------------------------------------------------------------------------- */

#blog_wrapper {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#blog_wrapper h2 {
	margin-bottom: 5px;
}


#blog_wrapper #blog_by {
	font-size: 14px;
	font-weight: bold;
}

#blog_wrapper #blog_link .button{
	margin-top: 15px;
}

.blog-menu {
	margin: 0px 0px 20px 0px!important;
}

.blog-menu li {
	list-style: none;
	border-bottom: 1px dotted #0D74B5; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
}

.blog-menu li a {
	color: #444444;
	text-decoration: none!important;
	font-weight: normal!important;
}

.blog-menu li a:hover {
	color: #0D74B5;
}

/*
Shopping Cart
---------------------------------------------------------------------------------------------------- */

.cart-description-row {
	display: none;
}

.booksellers {
 margin-bottom: 20px;
}

#ProductVideo {
 margin-top: 25px;
}

table .cart-header th {
	padding: 6px;
	background-color: #0D74B5;
	color: #ffffff;
	margin-bottom: 10px;
}
.cart-display tbody tr:nth-child(even) {
	border-bottom: 1px solid #0D74B5;
}
.cart-display table {
	margin-bottom: 0;
}
.cart-display tbody {
	border:0;
}
.cart-display td {
	vertical-align: top;
}

.cart-display tbody:before {line-height:1em; content:"\200C"; display:block;}


table .cart-header th:first-child{
  border-radius:10px 0 0 10px;
}

table .cart-header th:last-child{
  border-radius:0 10px 10px 0;
}

table .cart-header th:last-child{
  border-radius:0 10px 10px 0;
}
.cart-display tbody tr:nth-child(odd) td {
	padding-top: 10px;
}
.cart-display tbody tr:nth-child(1) td {
	padding-top: 0;
}
.cart-display .image img {
	max-width: none;
	margin-right:10px;
}
.cart-display .image img {
	max-width: none;
}
.cart-coupon {
    margin-top: 15px;
    overflow: hidden;
}
.cart-coupon .code {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
}
.cart-coupon .code input {
    margin-left: 6px;
    width: 160px;
}
.cart-coupon .links {
    float: right;
}
.cart-coupon .links .button {
    margin-left: 5px;
}
body.confirm .buttons input[type="submit"] {
    margin-right: 5px;
}
.cart-summary {
    margin: 15px 0;
    padding: 20px;
    text-align: right;
}
.cart-summary table {
    margin-left: auto;
}
.cart-summary th {
    font-size: 1.3em;
    font-weight: normal;
    padding: 5px 10px;
}
.cart-summary td {
    font-size: 1.4em;
    font-weight: bold;
    width: 100px;
}
.cart-summary .last-row {
    font-size: 0.5em;
    padding-bottom: 5px;
}
.cart-summary .total th, .cart-summary .total td {
    border-top: 1px solid #DDDDDD;
    padding-top: 8px;
}
.cart-checkout {
    text-align: right;
}
.cart-checkout input {
    float: right;
}
.mobile {
	display:none;
}

/*
New Header Styles
---------------------------------------------------------------------------------------------------- */

.header-wrapper.logo-image .header {
	max-width: 1150px;
	padding: 0px;
}

.header-wrapper.logo-image .title-area {
	padding-top: 0px;
	overflow: hidden;
}

.header-wrapper.logo-image .title-area img.site-logo {
	margin-bottom: -10px;
}

/*
Footer Menu
---------------------------------------------------------------------------------------------------- */

.footer-menu {
	line-height: 1.5;
	margin: 0px 0px;
	text-align: right;
}

.footer-menu #top-menu li a {
	color: #FFFFFF;
	font-size: 14px;
    padding: 0px 14px;
}

.footer-menu #top-menu li a:hover {
	color: #05456F;
}

.footer-menu #top-menu li ul {
	display: none;
}

